home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PB_212.ZIP / INSTALL.TXT < prev    next >
Text File  |  1995-09-09  |  7KB  |  163 lines

  1.                 ( For upgrade instructions, refer to UPGRADE.TXT )
  2.  
  3.          ──────────────────────────────────────────────────────────────────
  4.  
  5.          Prudence and courtesy dictate that we ask you to back up your
  6.          system before installing and/or upgrading to ProBoard v2.10.
  7.  
  8.          Although every effort has been made to provide you with software
  9.          that will install/upgrade easily, due to the many different number
  10.          of possible hardware and software combinations, it's virtually
  11.          impossible to guarantee that a problem won't occur.  It's your
  12.          system, do what you like, but remember we did ask you to backup
  13.          first.  Now, on to the good stuff!!
  14.  
  15.          ──────────────────────────────────────────────────────────────────
  16.  
  17.                        ┌───────────────────────────────┐
  18.                        │ ┌───────────────────────────┐ │
  19.                        │ │      ProBoard v2.12       │ │
  20.                        │ │ Installation instructions │ │
  21.                        │ └───────────────────────────┘ │
  22.                        └───────────────────────────────┘
  23.  
  24.          Unpack the distribution archive in a temporary directory or to a
  25.          diskette and run INSTALL.EXE.  You will be asked in which
  26.          directory you want to install ProBoard.  After confirmation, you
  27.          will get an input screen where you can enter the different
  28.          directories for ProBoard.  After you have entered them, ProBoard
  29.          will create all non-existing directories and start the
  30.          installation.  When completed, you will be asked to add a line to
  31.          set the ProBoard environment variable in AUTOEXEC.BAT.
  32.  
  33.          Now run PROCFG (the ProBoard configuration utility) to review and
  34.          change all ProBoard settings (e.g. your BBS name, sysop name,
  35.          etc.).  Don't forget to set your modem parameters (explained in
  36.          the documentation, chapter "Configuration")
  37.  
  38.          At this stage, you can run ProBoard locally by running
  39.          PROBOARD.EXE without any command line parameters.
  40.  
  41.          To be able to accept modem callers, you have to install a FOSSIL
  42.          driver if you don't have one installed already.  X00 is a very
  43.          good one to try.  It can be found on any ProBoard support BBS.
  44.          To install it, follow the documentation of X00.  A command line
  45.          that will almost always work is (assuming your modem is on COM1):
  46.  
  47.                 X00 B,0,38400 E
  48.  
  49.          After you have done this, you will have to install an external
  50.          protocol driver called CEXYZ which can be downloaded from any
  51.          support BBS.  Place CEXYZ.EXE in your ProBoard system directory.
  52.          DO NOT SET THE CEXYZLOG variable (or any other environment
  53.          variable).  In other words, don't follow the installation
  54.          instructions of CEXYZ.  Just copy the file CEXYZ.EXE to the
  55.          ProBoard system directory.  Nothing more, nothing less.
  56.  
  57.          If you want to be able to use the fullscreen editor for entering
  58.          messages on your BBS, you will have to download an external full-
  59.          screen editor from a BBS and install it according to the
  60.          installation instructions that come with it.  A great full-screen
  61.          editor PEX (ProBoard EXecutable) is TheEdit by Alain Schellinck.
  62.  
  63.          Refer to the chapter "Starting ProBoard" in the manual for
  64.          instructions on how to run ProBoard.
  65.  
  66.  
  67.          ──────────────────────────────────────────────────────────────────
  68.  
  69.          The following section is intented for people who don't want to
  70.          use the automatic installation program for installing
  71.          ProBoard v2.12.
  72.  
  73.  
  74.                       ┌───────────────────────────────┐
  75.                       │ ┌───────────────────────────┐ │
  76.                       │ │       ProBoard v2.12      │ │
  77.                       │ │         * MANUAL *        │ │
  78.                       │ │ Installation Instructions │ │
  79.                       │ └───────────────────────────┘ │
  80.                       └───────────────────────────────┘
  81.  
  82.          We will assume that you created the directory C:\PB as ProBoard's
  83.          main system directory.
  84.  
  85.          1)  Create the following directories:
  86.  
  87.                C:\PB\MENUS
  88.                C:\PB\TXTFILES
  89.                C:\PB\PEX
  90.                C:\PB\MSGBASE
  91.                C:\PB\RIP
  92.                C:\PB\RIP\ICONS
  93.                C:\PB\SDK
  94.  
  95.          2)  Unpack ProBoard in the directory C:\PB.
  96.  
  97.          3)  Move all *.ANS, *.ASC and *.AVT files to the directory
  98.              C:\PB\TXTFILES.
  99.  
  100.          4)  Move all *.PBM files to the directory C:\PB\MENUS.
  101.  
  102.          5)  Move all *.CPP, *.C, *.H, *.HPP, *.OBJ and  *.LIB files from
  103.              PB_212.ZIP in the directory C:\PB\SDK.
  104.  
  105.          6)  Move the files _GRAPH.PEX and _LC.PEX to C:\PB\PEX.
  106.  
  107.          7)  Move all *.RIP files to the directory C:\PB\RIP.
  108.  
  109.          8)  Move all *.ICN files to the directory C:\PB\RIP\ICONS.
  110.  
  111.          9)  Run ProCFG and enter the correct modem parameters for your
  112.              modem (explained in the documentation, chapter
  113.              "Configuration")
  114.  
  115.          10) Mark the file PROBOARD.EXE "read only" using the DOS ATTRIB
  116.              command.  This is important because PROBOARD.EXE is an
  117.              overlayed executable and to run properly it needs this
  118.              file attribute set to "read only"
  119.  
  120.              To do this, change to the C:\PB directory and type the
  121.              following command.
  122.  
  123.                   ATTRIB +R PROBOARD.EXE
  124.  
  125.          11) Next, you have to install a FOSSIL driver if you don't have
  126.              one installed already.  X00 is a very good one to try.  It
  127.              can be found on any ProBoard support BBS.  To install it,
  128.              follow the documentation of X00.  A command line that will
  129.              almost always work is (assuming your modem is on COM1):
  130.  
  131.                 X00 B,0,38400 E
  132.  
  133.  
  134.          After these 11 steps you can run ProBoard, but you will not be
  135.          able to use the fullscreen editor or perform file transfers.
  136.  
  137.          To log in locally, execute PROBOARD.EXE without any parameters.
  138.  
  139.          To make ProBoard answer incoming calls, run PROBOARD -S.
  140.  
  141.  
  142.          11) Run ProCFG and create some file and message areas. (explained
  143.              in the documentation, chapter "Configuration")
  144.  
  145.          12) Download an external full-screen editor from a BBS and
  146.              install it according to the installation instructions that
  147.              come with it.  A great full-screen editor PEX (ProBoard
  148.              EXecutable) is TheEdit by Alain Schellinck.
  149.  
  150.          13) Download CEXYZ from a BBS and copy the file CEXYZ.EXE in the
  151.              directory C:\PB. (CEXYZ can be found on any ProBoard
  152.              Support BBS).  DO NOT SET THE CEXYZLOG variable (or any other
  153.              environment variable).  In other words, don't follow the
  154.              installation instructions of CEXYZ.  Just copy the file
  155.              CEXYZ.EXE to the ProBoard system directory.  Nothing more,
  156.              nothing less.
  157.  
  158.          Now, you will be able to run ProBoard, use the fullscreen
  159.          editor, and allow users to perform file transfers using X,Y &
  160.          Zmodem.
  161.  
  162.          ──────────────────────────────────────────────────────────────────
  163.